listview: Allow starting rubberband in empty space below last row
authorCorey Berla <corey@berla.me>
Tue, 26 Jul 2022 00:00:46 +0000 (17:00 -0700)
committerCorey Berla <corey@berla.me>
Tue, 26 Jul 2022 00:55:15 +0000 (17:55 -0700)
commitd6fab1408a10f9bc431af6e4dacf73bfbb481fd6
tree948c2e0ca52150745f9fcc8bdd8b942911f0d7b5
parente14b84ff67bed10cc2ba6f2becbc89fd425657cc
listview: Allow starting rubberband in empty space below last row

Rubberband does not work when initiated past the last row
(warning is printed "Could not start rubberbanding: No item).

Clamp y at the max height of the widgets in the listview
gtk/gtklistview.c